/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #009b4c;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}



/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}



.wh1240 {
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto;
}

/*头部样式*/

.top2 {
    height: 90px;
    position: relative;
    z-index: 999;
}


.logo {
    line-height: 90px;
}


.x-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.x-menu>li {
    position: relative;
}

.x-menu>li>a {
    display: block;
    font-size: 15px;
    color: #041d38;
    white-space: nowrap;
    line-height: 90px;
    height: 90px;
    text-align: center;
    padding: 0 1rem;
}

.x-menu>li>a:hover {
    color: #041d38;
}

.x-menu>li.active>a {}

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    /*height: 40px;*/
    opacity: 0;
    top: 100%;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0%;
    top: 90px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li {
    /* padding: 0 0.9rem; */
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 52px;
    font-size: 15px;
    color: #041d38;
}

.x-sub-menu>li>a:hover {
    background: #53b4b3;
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}




.x-sub-menu>li {
    position: relative;
}

.x-sub-menu>li .pro-third-menu {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

}

.x-sub-menu>li .pro-third-menu a {
    display: block;
    line-height: 52px;
    font-size: 15px;
    color: #041d38;
    font-size: 15px;
    font-weight: normal;
    color: #041d38;
    /* padding: 0 2%; */
    box-sizing: content-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all ease .3s;
    padding: 0 0.7rem;

}

.x-sub-menu>li .pro-third-menu a:hover {
    background-color: #53b4b3;
    color: #fff;
}

.x-sub-menu>li:hover .pro-third-menu {
    z-index: 99;
    opacity: 1;
    visibility: visible;
}




.k2 {
    position: relative;
}

.k2 .k2-btn {
    width: 60px;
    height: 60px;
    background: #53b4b3 url("../../../../9ee85e73/22/02/2d16e42f58477649607a6660197ddb68c932a615.png") no-repeat center center;
    cursor: pointer;
}

.k2 form {
    position: absolute;
    width: 239px;
    height: 50px;
    background-color: #ffffff;
    top: 75px;
    right: 0;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.k2 form input {
    outline: none;
    background: none;
    border: none;
}

.k2 form input[name='wd'] {
    font-size: 12px;
    font-weight: normal;
    color: rgba(0, 0, 0, .5);
    padding-left: 16px;
    width: 192px;
    height: 50px;
    line-height: 50px;
}

.k2 form input[type="submit"] {
    width: 16px;
    height: 16px;
    background: url("../../../../9ee85e73/22/02/e8b2431e40e7285e6fd37c170ec636cdccacc30b.png") no-repeat center center;
    height: 50px;
    line-height: 50px;
}





.p1 {
    position: relative;
    z-index: 999;
    transform: translateY(-50%);
}

.p1a li {
    width: 31.2%;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(17, 18, 19, 0.06);
}

.p1a li a {
    padding: 1.65rem 1.55rem;
    justify-content: flex-start;
}

.p1a li a .cont {
    width: 73.17%;
}

.p1a li a .cont h3 {
    font-size: 1.2rem;
    font-weight: normal;
    color: #041d38;
    margin-bottom: 0.8rem;
}

.p1a li a .cont p {
    font-size: 0.8rem;
    font-weight: normal;
    color: #041d38;
}

.p1a li a .img {
    width: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p1a li a .img img {
    max-width: 100%;
}


@media(max-width: 768px) {
    .p1 {
        transform: initial;
        margin-top: 4%;
    }

    .p1a li {
        width: 100%;
        margin-bottom: 2%;
    }

    .p1a li a {
        padding: 1.65rem 15px;
    }

    .p1a li a .cont h3 {
        font-size: 1rem;
    }

}

@media(max-width: 767px) {
    .p1a li a .cont h3 {
        font-size: 18px;
    }

    .p1a li a .cont p {
        font-size: 14px;
    }

    .p1a li a .img img {
        max-width: 59%;
    }
}



.index-title {
    text-align: center;
}

.index-title h3 {
    font-size: 16px;
    font-weight: normal;
    color: #53b4b3;
    text-align: center;
    margin-bottom: 5px;
}

.index-title p {
    font-size: 2.4rem;
    color: #041d38;
}



.p2 {
    padding-top: 2.4rem;
}

.p2a {
    margin-top: 4.6rem;
}

.p2a li {
    width: 32%;
    border: solid 1px #eeeeee;
    transition: all ease .3s;
}
.p2a1 li {
  
    transition: all ease .3s; padding:15px
}

.p2a li a {
    display: block;
    padding-bottom: 1rem;
}

.p2a li a div.img {
    overflow: hidden;
}

.p2a li a div.img img {
    width: 100%;
    transition: all ease .3s;
}

.p2a li:hover a div.img img {
    transform: scale(1.1);
}

.p2a li a h3 {
    font-size: 1.3rem;
    font-weight: normal;
    color: #041d38;
    padding: 0 2%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 3;
}


.p2a li:hover {
    box-shadow: 0rem 0.05rem 0.6rem 0rem rgba(4, 29, 56, 0.1);
}


.p2 a.more {
    display: block;
    width: 185px;
    line-height: 61px;
    background-color: #53b4b3;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    position: relative;
    margin: 3.1rem auto 0;
}



.p2 a.more::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    right: 12px;
    top: 12px;
}


.p2a1 li a {
    display: block;
    padding-bottom: 1rem;
}

.p2a1 li a div.img {
    overflow: hidden;
}

.p2a1 li a div.img img {
    width: 100%;
    transition: all ease .3s;
}

.p2a1 li:hover a div.img img {
    transform: scale(1.1);
}

.p2a1 li a h3 {
    font-size: 1.3rem;
    font-weight: normal;
    color: #041d38;
    padding: 0 2%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 3;
}




@media(max-width: 768px) {
    .p2a {
        margin-top: 3rem;
    }

    .p2a li {
        width: 32%;
    }

    .p2a li a {
        padding-bottom: 0;
    }
}

@media(max-width: 767px) {
    .p2a li {
        width: 100%;
        margin-bottom: 2%;
    }

    .p2a li a h3 {
        font-size: 16px;
    }

    .p2 a.more {
        width: 140px;
        line-height: 49px;
    }

}


.p3 {
    margin-top: 7.9rem;
}

.p3a {
    width: 50%;
    overflow: hidden;
}

.p3a img {
    width: 100%;
    transition: all ease .3s;
}

.p3a:hover img {
    transform: scale(1.1);
}



.p3b {
    width: 50%;
    background-color: #041d38;
    padding: 4.1rem 17.5% 5.5rem 4.65rem;
    position: relative;
}


.p3b .p3b1 {
    font-size: 0.8rem;
    font-weight: normal;
    color: #ffffff;
    padding-left: 2.5rem;
    position: relative;
    margin-bottom: 1.5rem;

}

.p3b .p3b1::before {
    content: "";
    width: 1.5rem;
    height: 2px;
    background-color: #53b4b3;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.p3b .p3b2 h3 {
    font-size: 2.2rem;
    line-height: 1.3;
    color: #ffffff;
}

.p3b .p3b3 {
    font-size: 15px;
    line-height: 1.733;
    color: #ffffff;
    margin-top: 2.35rem;
}


.p3b4 a {
    display: block;
}

.p3b4 a img {
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}



@media(max-width: 1440px) {
    .p3b {
        padding: 4.1rem 6% 5.5rem 4.6rem;
    }
}

#dlNews td{width:33%; font-size:16px; margin-bottom:20px;}
@media(max-width: 768px) {
	#dlNews td{ width:95%;}
	.imgList li img, a.imgLink img{ width:100%; height:auto;}

    .p3a {
        width: 100%;
        background: initial;
    }

    .p3b {
        width: 100%;
        padding: 5rem 15px;
    }

    .p3b4 a img {
        top: 0;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
}



@media(max-width: 767px) {
    .p3b .p3b1 {
        font-size: 14px;
    }

    .p3b .p3b3 {
        font-size: 14px;
    }

}



.p4 {
    padding: 3rem 0 7rem;
}


.p4a {
    margin-top: 2.9rem;
}

.p4a li {
    width: 31.2%;
}

.p4a li a {
    display: block;
}

.p4a li a .time {
    width: 100%;
    height: 54px;
    background: #041d38 url("../../../../9ee85e73/22/02/743e4f779db03d106baec3627a6c7797ac518c2e.png") no-repeat 1.4rem center;
    font-size: 16px;
    font-weight: normal;
    line-height: 54px;
    color: #fff;
    padding-left: 3rem;
}



.p4a li a .img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 1.65rem;
}

.p4a li a .img img {
    width: 100%;
    transition: all ease .3s;
}

.p4a li:hover a .img img {
    transform: scale(1.1);
}

.p4a li a .cont {
    text-align: center;
}

.p4a li a .cont h3 {
    font-size: 1.2rem;
    color: #041d38;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p4a li a .cont p {
    font-size: 0.8rem;
    font-weight: normal;
    color: #041d38;
    margin: 1rem auto;
}

.p4a li a .cont span.more {
    font-size: 0.8rem;
    font-weight: normal;
    color: #041d38;
}

.p4a li:hover a .cont span.more {
    color: #53b4b3;
}



@media(max-width: 768px) {
    .p4a li {
        width: 32%;
    }

    .p4a li a .img {
        margin-bottom: 1rem;
    }

    .p4a li a .cont h3 {
        font-size: 18px;
    }

    .p4a li a .cont p {
        font-size: 14px;
    }

}

@media(max-width: 767px) {
    .p4a li {
        width: 100%;
        margin-bottom: 4%;
    }

    .p4a li a .time {
        padding-left: 5rem;
    }
    .p4a li a .cont span.more{
        font-size: 14px;
    }
}





.p5 {
    background-color: #14212b;
    padding-top: 3.65rem;
}


.p5a {
    width: 100%;
}

.p5a dt {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 2.1rem;
}

.p5a dd a {
    display: block;
    font-size: 14px;
    line-height: 38px;
    color: rgba(255, 255, 255, .4);
    transition: all ease .3s;
}
.p5a dd:hover a {
    color: #53b4b3;
}
.p5a p {
    font-size: 14px;
    line-height: 38px;
    color: rgba(255, 255, 255, .4);
}

.p5a p a {
    color: rgba(255, 255, 255, .4);
    transition: all ease .3s;
}
.p5a p:hover a {
    color: #53b4b3;
}





.p5b {
height: 100%;
}

.p5b .p5b1 {
    position: relative;
    height: 100%;
    cursor: pointer;
    padding-bottom: 1rem;
}

.p5b1 .img-btn {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.8rem;
}


.p5b1 .img-box {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    width: 5.5rem;
	height: 6.25rem;
	background-color: #fff;
    padding: 0.6rem 0.75rem 0.2rem;
}
.p5b1 .img-box  img {
    width: 100%;
}
.p5b1 .img-box h3 {
    font-size: 12px;
	font-weight: normal;
	color: #041d38;
    text-align: center;
    margin-top: 6px;
}
.p5b1:hover .img-box {
    visibility: visible;
    opacity: 1;
}



.copyright {
    border-top: 1px solid rgba(3, 21, 40, .87);
    padding: 1.1rem 0;
    font-size: 12px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .5);
    margin-top: 3.2rem;
}

.copyright a {
    color: rgba(255, 255, 255, .5);
}



@media(max-width: 768px){
    .p5 {
        padding: 2rem 0;
    }
    .p5b1 .img-box{
        position: static;
        transform: initial;
        opacity: 1;
        visibility: visible;
    }
    .p5b1 .img-btn{
        display: none;
    }
    .p5b{
        width: 100%;
        justify-content: flex-start;
    }
    .p5b .p5b1{
        margin-right: 2%;
    }
    .p5c{
        margin-bottom: 5%;
    }
    .p5c h3 {
        font-size: 20px;
        color: #fff;
        margin-bottom: 3%;
    }
    .p5c p {
        font-size: 14px;
        line-height: 1.8;
        color: #fff;
    }
}
@media(max-width: 767px){
    .p5b {
        justify-content: space-around;
    }
    .p5b .p5b1{
        width: 31%;
        height: auto;
        margin-right: 0;
    }
    .p5b .p5b1 .img-box{
        width: 100%;
        height: auto;
        padding-bottom: 6px;
    }
}






/* 友情链接 */
.c-link {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd {
    width: calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background-color: #14212b;
    padding: 10px;
    min-width: 120px;
}

.c-link a {
    color: rgba(255, 255, 255, .5);
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}





/*内页左侧样式*/
.page-product-inquiry a {
    color: #fff;
}


@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}



.p2a1 .slick-prev {
  left: -78px;
  background:url(../../../../9ee85e73/22/02/4956d50844152b0bc988eaaf74925c2256282975.png) no-repeat 50% 50% #999;
}

.p2a1 .slick-next{
  right: -78px;
  background:url(../../../../9ee85e73/22/02/ac050f725ea2f05ab6f70d68f9d2175bf7355302.png) no-repeat 50% 50% #999;
}

.p2a1 .slick-prev,.p2a1 .slick-next{
  outline: none;
  position: absolute;
  top: 45%;
  z-index: 9999;
  height: 60px;
  width: 38px;
  margin-top: -32.5px;
  border-radius: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; font-size:0; border:none
}
.x-company-list .owl-carousel .owl-nav .icon-font:after {
  background:none;
 }
.p2a1 .slick-prev:hover {
  background:url(../../../../9ee85e73/22/02/4956d50844152b0bc988eaaf74925c2256282975.png) no-repeat 50% 50% #53B4B3;
}
.p2a1 .slick-next:hover {
  background:url(../../../..//9ee85e73/22/02/ac050f725ea2f05ab6f70d68f9d2175bf7355302.png) no-repeat 50% 50% #53B4B3;
}